Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next

If it works with a NotesDocument sourced from the back end...

...then you should give it one. Apparently there's some problem associated with having gotten the document from the NotesUIDocument. So, something like:

'Create an empty NotesDocumentCollection.
Set MyCollection = MyDatabase.CreateDocumentCollection
Dim strID$
strID = myDocument.NoteID
delete myDocument
set myDocument = myDatabase.GetDocumentByID(strID)

'Add the newly-saved document to our empty NotesDocumentCollection.
Call MyCollection.AddDocument( MyDocument )

'Call a subroutine in the XMLToDocumentum Script Library.
Call ExportDocumentsToXML( MyCollection, "http://SomeURL" )


Feedback response number AGUD7PPLH8 created by ~Julia Prefootherlen on 02/28/2009

NotesDXLExporter error 4601 (~August Cisnipl... 22.Feb.09)
. . If it works with a NotesDocument so... (~Bill Frokimari... 28.Feb.09)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS